home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / inettool.dpr < prev    next >
Encoding:
Text File  |  2001-10-16  |  312 b   |  21 lines

  1. library InetTool;
  2.  
  3. uses
  4.   ComServ,
  5.   InetTool_TLB in 'InetTool_TLB.pas',
  6.   TCInetTool in 'TCInetTool.pas' {TCInetTool: CoClass},
  7.   IMSIGX_TLB in 'IMSIGX_TLB.pas';
  8.  
  9. exports
  10.   DllGetClassObject,
  11.   DllCanUnloadNow,
  12.   DllRegisterServer,
  13.   DllUnregisterServer;
  14.  
  15. {$R *.TLB}
  16.  
  17. {$R *.RES}
  18.  
  19. begin
  20. end.
  21.